gtk: also recolor circle and ellipse in symbolic SVG icons.
authorJehan <jehan@girinstud.io>
Fri, 22 Jun 2018 22:16:39 +0000 (00:16 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jun 2018 20:14:01 +0000 (16:14 -0400)
gtk/gtkicontheme.c

index 45edf61ddfb29e69987891cf82f9803c1d0cb417..4de8a5c30801800b07f461fd49ac0f625c447484 100644 (file)
@@ -4567,7 +4567,7 @@ gtk_icon_info_load_symbolic_svg (GtkIconInfo    *icon_info,
                       "     width=\"", width, "\"\n"
                       "     height=\"", height, "\">\n"
                       "  <style type=\"text/css\">\n"
-                      "    rect,path {\n"
+                      "    rect,path,ellipse,circle {\n"
                       "      fill: ", css_fg," !important;\n"
                       "    }\n"
                       "    .warning {\n"